const encoding/json.scanEndObject
8 uses
encoding/json (current package)
decode.go#L663: if d.opcode == scanEndObject {
decode.go#L812: if d.opcode == scanEndObject {
decode.go#L1069: if d.opcode == scanEndObject {
decode.go#L1102: if d.opcode == scanEndObject {
indent.go#L133: if needIndent && v != scanEndObject && v != scanEndArray {
scanner.go#L123: scanEndObject // end object (implies scanObjectValue if possible)
scanner.go#L308: return scanEndObject
stream.go#L110: case scanEndObject, scanEndArray:
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |